home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Development Tools / Sample Code / Sample OSA Component / In MW C with Tester / README < prev   
Encoding:
Text File  |  1995-11-08  |  634 b   |  21 lines  |  [TEXT/CWIE]

  1. There are two metrowerks projects.
  2.  
  3. 1)MyComponent-68K.µ
  4.  
  5. Builds a sample scripting component. That can be used to convert
  6. from one to 1 and so on up to ten. It was first written in pascal.
  7. In order to build the component the DEBUG_IT define must be commented
  8. out in the MyOSAComponent.c file.
  9.  
  10.  
  11.  
  12. 2)MyComponentTester.µ
  13.  
  14. This project can be used to debug the source code for the scripting
  15. component. The DEBUG_IT define in the MyOSAComponent.c file must be there.
  16. You use the menu items to open the component and so on.
  17.  
  18. Note that the ComponentTester code comes from a sample written by Gary Woodcock.
  19.  
  20.  
  21. -Ramón Silva,  Apple DTS 11/8/95